[INFO] fetching crate mafft-tree 0.1.2...
[INFO] fixing mafft-tree-0.1.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate mafft-tree 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate mafft-tree 0.1.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mafft-tree 0.1.2
[INFO] tweaked toml for crates.io crate mafft-tree 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mafft-tree 0.1.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mafft-tree 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mafft-types v0.1.2
[INFO] [stderr]   Downloaded mafft-scoring v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c
[INFO] running `Command { std: "docker" "start" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking mafft-types v0.1.2
[INFO] [stderr]     Checking mafft-scoring v0.1.2
[INFO] [stderr]     Checking mafft-tree v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `mafft_io`
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use mafft_io::read_fasta;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `mafft_io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mafft_io`, use `cargo add mafft_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mafft_io`
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use mafft_io::read_fasta;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `mafft_io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mafft_io`, use `cargo add mafft_io` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     mafft_sys::sueff_global = 0.1;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let mafft_sys::sueff_global = 0.1;
[INFO] [stdout]    |     +++
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 -     mafft_sys::sueff_global = 0.1;
[INFO] [stdout] 18 +     mafft_types::sueff_global = 0.1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     mafft_sys::treemethod = b'X' as c_int;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mafft_sys::treemethod = b'X' as c_int;
[INFO] [stdout]    |     +++
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 -     mafft_sys::treemethod = b'X' as c_int;
[INFO] [stdout] 19 +     mafft_types::treemethod = b'X' as c_int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     mafft_sys::treeCnv(stopol, nseq, topol, len, bw);
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 79 -     mafft_sys::treeCnv(stopol, nseq, topol, len, bw);
[INFO] [stdout] 79 +     mafft_types::treeCnv(stopol, nseq, topol, len, bw);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     mafft_sys::calcBranchWeight(bw, nseq, stopol, topol, len);
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 82 -     mafft_sys::calcBranchWeight(bw, nseq, stopol, topol, len);
[INFO] [stdout] 82 +     mafft_types::calcBranchWeight(bw, nseq, stopol, topol, len);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 |             mafft_sys::weightFromABranch(
[INFO] [stdout]    |             ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 90 -             mafft_sys::weightFromABranch(
[INFO] [stdout] 90 +             mafft_types::weightFromABranch(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_weights.rs:223:23
[INFO] [stdout]     |
[INFO] [stdout] 223 |         let c_clus1 = mafft_sys::fastconjuction_noname(
[INFO] [stdout]     |                       ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 223 -         let c_clus1 = mafft_sys::fastconjuction_noname(
[INFO] [stdout] 223 +         let c_clus1 = mafft_types::fastconjuction_noname(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_weights.rs:233:23
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let c_clus2 = mafft_sys::fastconjuction_noname(
[INFO] [stdout]     |                       ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 233 -         let c_clus2 = mafft_sys::fastconjuction_noname(
[INFO] [stdout] 233 +         let c_clus2 = mafft_types::fastconjuction_noname(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let stopol: *mut mafft_sys::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_sys::Node>()) as _;
[INFO] [stdout]    |                      ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 66 -     let stopol: *mut mafft_sys::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_sys::Node>()) as _;
[INFO] [stdout] 66 +     let stopol: *mut mafft_types::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_sys::Node>()) as _;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_weights.rs:66:92
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let stopol: *mut mafft_sys::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_sys::Node>()) as _;
[INFO] [stdout]    |                                                                                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 66 -     let stopol: *mut mafft_sys::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_sys::Node>()) as _;
[INFO] [stdout] 66 +     let stopol: *mut mafft_sys::Node = libc_alloc_zeroed(total_nodes * std::mem::size_of::<mafft_types::Node>()) as _;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mafft-tree` (test "cross_validate_weights") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         mafft_sys::initglobalvariables();
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 -         mafft_sys::initglobalvariables();
[INFO] [stdout] 27 +         mafft_types::initglobalvariables();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:28:32
[INFO] [stdout]    |
[INFO] [stdout] 28 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 28 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 28 +         std::ptr::addr_of_mut!(mafft_types::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:28:59
[INFO] [stdout]    |
[INFO] [stdout] 28 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 28 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 28 +         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 29 +         std::ptr::addr_of_mut!(mafft_types::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:29:62
[INFO] [stdout]    |
[INFO] [stdout] 29 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 29 +         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:30:32
[INFO] [stdout]    |
[INFO] [stdout] 30 |         std::ptr::addr_of_mut!(mafft_sys::poffset).write(0);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 -         std::ptr::addr_of_mut!(mafft_sys::poffset).write(0);
[INFO] [stdout] 30 +         std::ptr::addr_of_mut!(mafft_types::poffset).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 31 +         std::ptr::addr_of_mut!(mafft_types::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:31:58
[INFO] [stdout]    |
[INFO] [stdout] 31 |         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 31 +         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 -         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 32 +         std::ptr::addr_of_mut!(mafft_types::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:32:55
[INFO] [stdout]    |
[INFO] [stdout] 32 |         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                       ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 -         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 32 +         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 33 -         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout] 33 +         std::ptr::addr_of_mut!(mafft_types::dorp).write(b'p' as i32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(1);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 -         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(1);
[INFO] [stdout] 34 +         std::ptr::addr_of_mut!(mafft_types::scoremtx).write(1);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(62);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 -         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(62);
[INFO] [stdout] 35 +         std::ptr::addr_of_mut!(mafft_types::nblosum).write(62);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:36:32
[INFO] [stdout]    |
[INFO] [stdout] 36 |         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 -         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout] 36 +         std::ptr::addr_of_mut!(mafft_types::fmodel).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |         std::ptr::addr_of_mut!(mafft_sys::tsize).write(46656);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 -         std::ptr::addr_of_mut!(mafft_sys::tsize).write(46656);
[INFO] [stdout] 37 +         std::ptr::addr_of_mut!(mafft_types::tsize).write(46656);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:38:32
[INFO] [stdout]    |
[INFO] [stdout] 38 |         std::ptr::addr_of_mut!(mafft_sys::maxl).write(46656);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 38 -         std::ptr::addr_of_mut!(mafft_sys::maxl).write(46656);
[INFO] [stdout] 38 +         std::ptr::addr_of_mut!(mafft_types::maxl).write(46656);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         std::ptr::addr_of_mut!(mafft_sys::lenfaca).write(PLENFACA);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 39 -         std::ptr::addr_of_mut!(mafft_sys::lenfaca).write(PLENFACA);
[INFO] [stdout] 39 +         std::ptr::addr_of_mut!(mafft_types::lenfaca).write(PLENFACA);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |         std::ptr::addr_of_mut!(mafft_sys::lenfacb).write(PLENFACB);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 -         std::ptr::addr_of_mut!(mafft_sys::lenfacb).write(PLENFACB);
[INFO] [stdout] 40 +         std::ptr::addr_of_mut!(mafft_types::lenfacb).write(PLENFACB);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |         std::ptr::addr_of_mut!(mafft_sys::lenfacc).write(PLENFACC);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 41 -         std::ptr::addr_of_mut!(mafft_sys::lenfacc).write(PLENFACC);
[INFO] [stdout] 41 +         std::ptr::addr_of_mut!(mafft_types::lenfacc).write(PLENFACC);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::ptr::addr_of_mut!(mafft_sys::lenfacd).write(PLENFACD);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 -         std::ptr::addr_of_mut!(mafft_sys::lenfacd).write(PLENFACD);
[INFO] [stdout] 42 +         std::ptr::addr_of_mut!(mafft_types::lenfacd).write(PLENFACD);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         mafft_sys::constants(1, seq_arr);
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 47 -         mafft_sys::constants(1, seq_arr);
[INFO] [stdout] 47 +         mafft_types::constants(1, seq_arr);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 53 -         mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout] 53 +         mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         mafft_sys::freeconstants();
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 54 -         mafft_sys::freeconstants();
[INFO] [stdout] 54 +         mafft_types::freeconstants();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:62:27
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let nvalid = unsafe { mafft_sys::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout]    |                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -     let nvalid = unsafe { mafft_sys::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout] 62 +     let nvalid = unsafe { mafft_types::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:68:14
[INFO] [stdout]    |
[INFO] [stdout] 68 |     unsafe { mafft_sys::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()); }
[INFO] [stdout]    |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 68 -     unsafe { mafft_sys::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()); }
[INFO] [stdout] 68 +     unsafe { mafft_types::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]    |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 -         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 94 +         unsafe { mafft_types::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:95:18
[INFO] [stdout]    |
[INFO] [stdout] 95 |         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]    |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 95 -         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout] 95 +         unsafe { mafft_types::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_memsavetree.rs:97:14
[INFO] [stdout]    |
[INFO] [stdout] 97 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]    |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 97 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 97 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:108:18
[INFO] [stdout]     |
[INFO] [stdout] 108 |         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 108 -         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 108 +         unsafe { mafft_types::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |                 mafft_sys::distcompact(
[INFO] [stdout]     |                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 113 -                 mafft_sys::distcompact(
[INFO] [stdout] 113 +                 mafft_types::distcompact(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:145:14
[INFO] [stdout]     |
[INFO] [stdout] 145 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 145 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 145 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:173:18
[INFO] [stdout]     |
[INFO] [stdout] 173 |         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 173 -         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 173 +         unsafe { mafft_types::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:174:18
[INFO] [stdout]     |
[INFO] [stdout] 174 |         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 174 -         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout] 174 +         unsafe { mafft_types::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:176:14
[INFO] [stdout]     |
[INFO] [stdout] 176 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 176 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 176 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |         mafft_sys::rs_compact_initial_mindist(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 185 -         mafft_sys::rs_compact_initial_mindist(
[INFO] [stdout] 185 +         mafft_types::rs_compact_initial_mindist(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:255:14
[INFO] [stdout]     |
[INFO] [stdout] 255 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 255 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 255 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:281:18
[INFO] [stdout]     |
[INFO] [stdout] 281 |         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 281 -         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 281 +         unsafe { mafft_types::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:282:18
[INFO] [stdout]     |
[INFO] [stdout] 282 |         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 282 -         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout] 282 +         unsafe { mafft_types::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:284:14
[INFO] [stdout]     |
[INFO] [stdout] 284 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 284 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 284 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:288:14
[INFO] [stdout]     |
[INFO] [stdout] 288 |     unsafe { mafft_sys::makecompositiontable_p(t29.as_mut_ptr(), c_points[29].as_mut_ptr()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 288 -     unsafe { mafft_sys::makecompositiontable_p(t29.as_mut_ptr(), c_points[29].as_mut_ptr()); }
[INFO] [stdout] 288 +     unsafe { mafft_types::makecompositiontable_p(t29.as_mut_ptr(), c_points[29].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |         mafft_sys::distcompact(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 290 -         mafft_sys::distcompact(
[INFO] [stdout] 290 +         mafft_types::distcompact(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     unsafe { mafft_sys::makecompositiontable_p(t30.as_mut_ptr(), c_points[30].as_mut_ptr()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 298 -     unsafe { mafft_sys::makecompositiontable_p(t30.as_mut_ptr(), c_points[30].as_mut_ptr()); }
[INFO] [stdout] 298 +     unsafe { mafft_types::makecompositiontable_p(t30.as_mut_ptr(), c_points[30].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |         mafft_sys::distcompact(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 300 -         mafft_sys::distcompact(
[INFO] [stdout] 300 +         mafft_types::distcompact(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:365:18
[INFO] [stdout]     |
[INFO] [stdout] 365 |         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 365 -         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 365 +         unsafe { mafft_types::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:366:18
[INFO] [stdout]     |
[INFO] [stdout] 366 |         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 366 -         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout] 366 +         unsafe { mafft_types::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:368:14
[INFO] [stdout]     |
[INFO] [stdout] 368 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 368 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 368 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:377:9
[INFO] [stdout]     |
[INFO] [stdout] 377 |         mafft_sys::rs_compact_initial_mindist(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 377 -         mafft_sys::rs_compact_initial_mindist(
[INFO] [stdout] 377 +         mafft_types::rs_compact_initial_mindist(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:394:9
[INFO] [stdout]     |
[INFO] [stdout] 394 |         mafft_sys::rs_compacttreegivendist(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 394 -         mafft_sys::rs_compacttreegivendist(
[INFO] [stdout] 394 +         mafft_types::rs_compacttreegivendist(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:430:14
[INFO] [stdout]     |
[INFO] [stdout] 430 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 430 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 430 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:526:18
[INFO] [stdout]     |
[INFO] [stdout] 526 |         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 526 -         unsafe { mafft_sys::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 526 +         unsafe { mafft_types::makecompositiontable_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:527:18
[INFO] [stdout]     |
[INFO] [stdout] 527 |         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 527 -         unsafe { mafft_sys::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout] 527 +         unsafe { mafft_types::commonsextet_p(tbl.as_mut_ptr(), c_points[i].as_mut_ptr()) }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:529:14
[INFO] [stdout]     |
[INFO] [stdout] 529 |     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 529 -     unsafe { mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout] 529 +     unsafe { mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 551 |         mafft_sys::rs_compact_initial_mindist_yl(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 551 -         mafft_sys::rs_compact_initial_mindist_yl(
[INFO] [stdout] 551 +         mafft_types::rs_compact_initial_mindist_yl(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_memsavetree.rs:578:9
[INFO] [stdout]     |
[INFO] [stdout] 578 |         mafft_sys::rs_compacttree_memsaveselectable_kmer(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 578 -         mafft_sys::rs_compacttree_memsaveselectable_kmer(
[INFO] [stdout] 578 +         mafft_types::rs_compacttree_memsaveselectable_kmer(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mafft-tree` (test "cross_validate_memsavetree") due to 55 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         mafft_sys::initglobalvariables();
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 38 -         mafft_sys::initglobalvariables();
[INFO] [stdout] 38 +         mafft_types::initglobalvariables();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 39 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 39 +         std::ptr::addr_of_mut!(mafft_types::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:39:59
[INFO] [stdout]    |
[INFO] [stdout] 39 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 39 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 39 +         std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 40 +         std::ptr::addr_of_mut!(mafft_types::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:40:62
[INFO] [stdout]    |
[INFO] [stdout] 40 |         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 -         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 40 +         std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |         std::ptr::addr_of_mut!(mafft_sys::poffset).write(0);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 41 -         std::ptr::addr_of_mut!(mafft_sys::poffset).write(0);
[INFO] [stdout] 41 +         std::ptr::addr_of_mut!(mafft_types::poffset).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 -         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 42 +         std::ptr::addr_of_mut!(mafft_types::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:42:58
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 -         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 42 +         std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:43:32
[INFO] [stdout]    |
[INFO] [stdout] 43 |         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 -         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 43 +         std::ptr::addr_of_mut!(mafft_types::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:43:55
[INFO] [stdout]    |
[INFO] [stdout] 43 |         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                       ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 -         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 43 +         std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:44:32
[INFO] [stdout]    |
[INFO] [stdout] 44 |         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 -         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout] 44 +         std::ptr::addr_of_mut!(mafft_types::dorp).write(b'p' as i32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 |         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(1);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 45 -         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(1);
[INFO] [stdout] 45 +         std::ptr::addr_of_mut!(mafft_types::scoremtx).write(1);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:46:32
[INFO] [stdout]    |
[INFO] [stdout] 46 |         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(62);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 46 -         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(62);
[INFO] [stdout] 46 +         std::ptr::addr_of_mut!(mafft_types::nblosum).write(62);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 47 -         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout] 47 +         std::ptr::addr_of_mut!(mafft_types::fmodel).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |         std::ptr::addr_of_mut!(mafft_sys::tsize).write(46656); // 6^6
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -         std::ptr::addr_of_mut!(mafft_sys::tsize).write(46656); // 6^6
[INFO] [stdout] 48 +         std::ptr::addr_of_mut!(mafft_types::tsize).write(46656); // 6^6
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:51:32
[INFO] [stdout]    |
[INFO] [stdout] 51 |         std::ptr::addr_of_mut!(mafft_sys::maxl).write(46656);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 -         std::ptr::addr_of_mut!(mafft_sys::maxl).write(46656);
[INFO] [stdout] 51 +         std::ptr::addr_of_mut!(mafft_types::maxl).write(46656);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:52:32
[INFO] [stdout]    |
[INFO] [stdout] 52 |         std::ptr::addr_of_mut!(mafft_sys::lenfaca).write(PLENFACA);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 52 -         std::ptr::addr_of_mut!(mafft_sys::lenfaca).write(PLENFACA);
[INFO] [stdout] 52 +         std::ptr::addr_of_mut!(mafft_types::lenfaca).write(PLENFACA);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |         std::ptr::addr_of_mut!(mafft_sys::lenfacb).write(PLENFACB);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 53 -         std::ptr::addr_of_mut!(mafft_sys::lenfacb).write(PLENFACB);
[INFO] [stdout] 53 +         std::ptr::addr_of_mut!(mafft_types::lenfacb).write(PLENFACB);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |         std::ptr::addr_of_mut!(mafft_sys::lenfacc).write(PLENFACC);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 54 -         std::ptr::addr_of_mut!(mafft_sys::lenfacc).write(PLENFACC);
[INFO] [stdout] 54 +         std::ptr::addr_of_mut!(mafft_types::lenfacc).write(PLENFACC);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |         std::ptr::addr_of_mut!(mafft_sys::lenfacd).write(PLENFACD);
[INFO] [stdout]    |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 55 -         std::ptr::addr_of_mut!(mafft_sys::lenfacd).write(PLENFACD);
[INFO] [stdout] 55 +         std::ptr::addr_of_mut!(mafft_types::lenfacd).write(PLENFACD);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         mafft_sys::constants(1, seq_arr);
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 60 -         mafft_sys::constants(1, seq_arr);
[INFO] [stdout] 60 +         mafft_types::constants(1, seq_arr);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 67 -         mafft_sys::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout] 67 +         mafft_types::commonsextet_p(std::ptr::null_mut(), std::ptr::null_mut());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         mafft_sys::freeconstants();
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 68 -         mafft_sys::freeconstants();
[INFO] [stdout] 68 +         mafft_types::freeconstants();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:78:27
[INFO] [stdout]    |
[INFO] [stdout] 78 |     let nvalid = unsafe { mafft_sys::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout]    |                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 78 -     let nvalid = unsafe { mafft_sys::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout] 78 +     let nvalid = unsafe { mafft_types::seq_grp(grp.as_mut_ptr(), cs.as_ptr() as *const c_char) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate_parttree.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     unsafe { mafft_sys::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()) };
[INFO] [stdout]    |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 84 -     unsafe { mafft_sys::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()) };
[INFO] [stdout] 84 +     unsafe { mafft_types::makepointtable(pointt.as_mut_ptr(), grp.as_mut_ptr()) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:137:18
[INFO] [stdout]     |
[INFO] [stdout] 137 |         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 137 -         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 137 +         unsafe { mafft_types::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 144 -                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout] 144 +                 mafft_types::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:165:41
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let a = unsafe { std::ptr::addr_of!(mafft_sys::lenfaca).read() };
[INFO] [stdout]     |                                         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 165 -     let a = unsafe { std::ptr::addr_of!(mafft_sys::lenfaca).read() };
[INFO] [stdout] 165 +     let a = unsafe { std::ptr::addr_of!(mafft_types::lenfaca).read() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:166:41
[INFO] [stdout]     |
[INFO] [stdout] 166 |     let b = unsafe { std::ptr::addr_of!(mafft_sys::lenfacb).read() };
[INFO] [stdout]     |                                         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 166 -     let b = unsafe { std::ptr::addr_of!(mafft_sys::lenfacb).read() };
[INFO] [stdout] 166 +     let b = unsafe { std::ptr::addr_of!(mafft_types::lenfacb).read() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:167:41
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let c = unsafe { std::ptr::addr_of!(mafft_sys::lenfacc).read() };
[INFO] [stdout]     |                                         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 -     let c = unsafe { std::ptr::addr_of!(mafft_sys::lenfacc).read() };
[INFO] [stdout] 167 +     let c = unsafe { std::ptr::addr_of!(mafft_types::lenfacc).read() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:168:41
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let d = unsafe { std::ptr::addr_of!(mafft_sys::lenfacd).read() };
[INFO] [stdout]     |                                         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 168 -     let d = unsafe { std::ptr::addr_of!(mafft_sys::lenfacd).read() };
[INFO] [stdout] 168 +     let d = unsafe { std::ptr::addr_of!(mafft_types::lenfacd).read() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 |         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 221 -         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout] 221 +         unsafe { mafft_types::makecompositiontable_p(c_table.as_mut_ptr(), c_points[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:225:17
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 225 -                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout] 225 +                 mafft_types::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:389:18
[INFO] [stdout]     |
[INFO] [stdout] 389 |         unsafe { mafft_sys::makecompositiontable_p(table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 389 -         unsafe { mafft_sys::makecompositiontable_p(table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout] 389 +         unsafe { mafft_types::makecompositiontable_p(table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:392:13
[INFO] [stdout]     |
[INFO] [stdout] 392 |             mafft_sys::commonsextet_p(table.as_mut_ptr(), pts_copy.as_mut_ptr())
[INFO] [stdout]     |             ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 392 -             mafft_sys::commonsextet_p(table.as_mut_ptr(), pts_copy.as_mut_ptr())
[INFO] [stdout] 392 +             mafft_types::commonsextet_p(table.as_mut_ptr(), pts_copy.as_mut_ptr())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:413:14
[INFO] [stdout]     |
[INFO] [stdout] 413 |     unsafe { mafft_sys::makecompositiontable_p(ref_table.as_mut_ptr(), c_pts[ref_idx].as_mut_ptr()); }
[INFO] [stdout]     |              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 413 -     unsafe { mafft_sys::makecompositiontable_p(ref_table.as_mut_ptr(), c_pts[ref_idx].as_mut_ptr()); }
[INFO] [stdout] 413 +     unsafe { mafft_types::makecompositiontable_p(ref_table.as_mut_ptr(), c_pts[ref_idx].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:422:13
[INFO] [stdout]     |
[INFO] [stdout] 422 |             mafft_sys::commonsextet_p(ref_table.as_mut_ptr(), pts.as_mut_ptr())
[INFO] [stdout]     |             ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 422 -             mafft_sys::commonsextet_p(ref_table.as_mut_ptr(), pts.as_mut_ptr())
[INFO] [stdout] 422 +             mafft_types::commonsextet_p(ref_table.as_mut_ptr(), pts.as_mut_ptr())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:522:32
[INFO] [stdout]     |
[INFO] [stdout] 522 |         std::ptr::addr_of_mut!(mafft_sys::treemethod).write(b'X' as c_int);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 522 -         std::ptr::addr_of_mut!(mafft_sys::treemethod).write(b'X' as c_int);
[INFO] [stdout] 522 +         std::ptr::addr_of_mut!(mafft_types::treemethod).write(b'X' as c_int);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:523:32
[INFO] [stdout]     |
[INFO] [stdout] 523 |         std::ptr::addr_of_mut!(mafft_sys::sueff_global).write(0.1);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 523 -         std::ptr::addr_of_mut!(mafft_sys::sueff_global).write(0.1);
[INFO] [stdout] 523 +         std::ptr::addr_of_mut!(mafft_types::sueff_global).write(0.1);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:524:32
[INFO] [stdout]     |
[INFO] [stdout] 524 |         std::ptr::addr_of_mut!(mafft_sys::njob).write(nseq as c_int);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 524 -         std::ptr::addr_of_mut!(mafft_sys::njob).write(nseq as c_int);
[INFO] [stdout] 524 +         std::ptr::addr_of_mut!(mafft_types::njob).write(nseq as c_int);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:530:34
[INFO] [stdout]     |
[INFO] [stdout] 530 |         let eff: *mut *mut f64 = mafft_sys::AllocateFloatHalfMtx(nseq as c_int);
[INFO] [stdout]     |                                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 530 -         let eff: *mut *mut f64 = mafft_sys::AllocateFloatHalfMtx(nseq as c_int);
[INFO] [stdout] 530 +         let eff: *mut *mut f64 = mafft_types::AllocateFloatHalfMtx(nseq as c_int);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:537:43
[INFO] [stdout]     |
[INFO] [stdout] 537 |         let topol: *mut *mut *mut c_int = mafft_sys::AllocateIntCub(
[INFO] [stdout]     |                                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 537 -         let topol: *mut *mut *mut c_int = mafft_sys::AllocateIntCub(
[INFO] [stdout] 537 +         let topol: *mut *mut *mut c_int = mafft_types::AllocateIntCub(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:540:34
[INFO] [stdout]     |
[INFO] [stdout] 540 |         let len: *mut *mut f64 = mafft_sys::AllocateFloatMtx(
[INFO] [stdout]     |                                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 540 -         let len: *mut *mut f64 = mafft_sys::AllocateFloatMtx(
[INFO] [stdout] 540 +         let len: *mut *mut f64 = mafft_types::AllocateFloatMtx(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:544:9
[INFO] [stdout]     |
[INFO] [stdout] 544 |         mafft_sys::fixed_musclesupg_double_realloc_nobk_halfmtx(
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 544 -         mafft_sys::fixed_musclesupg_double_realloc_nobk_halfmtx(
[INFO] [stdout] 544 +         mafft_types::fixed_musclesupg_double_realloc_nobk_halfmtx(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:632:18
[INFO] [stdout]     |
[INFO] [stdout] 632 |         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 632 -         unsafe { mafft_sys::makecompositiontable_p(c_table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout] 632 +         unsafe { mafft_types::makecompositiontable_p(c_table.as_mut_ptr(), c_pts[i].as_mut_ptr()); }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate_parttree.rs:636:17
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 636 -                 mafft_sys::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout] 636 +                 mafft_types::commonsextet_p(c_table.as_mut_ptr(), c_pts_j.as_mut_ptr())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mafft-tree` (test "cross_validate_parttree") due to 47 previous errors
[INFO] running `Command { std: "docker" "inspect" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c", kill_on_drop: false }`
[INFO] [stdout] 5a5f3b29f180750c8b1643e9a7c20403991457a5318c6b2f421fce7eeb12ec6c
